home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ::========================================================================
- :: Sample Batch File #2.
- ::
- :: Sample Batch Files:
- :: Sample #1. CLOCK session.
- :: ==> Sample #2. MANAGER'S MONITOR session.
- :: Sample #3. REMOTE CLOCK-IN session (with prompts).
- :: Sample #4. REMOTE CLOCK-IN session (complete command-line).
- :: Sample #5. REMOTE CLOCK-OUT session (complete command-line).
- :: Sample #6. MESSAGE SENDING session.
- :: Sample #7. TSR Utility start-up.
- ::========================================================================
- ::
- echo .
- echo Sample #2. MANAGER'S MONITOR session.
- echo .
- echo This .BAT file starts the Manager's Monitor.
- echo Note that you will see workers clocked in to stations A and B.
- echo The password is "BOSS".
- echo .
- pause
- bclink.exe MONITOR 1
-